home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 February / Macworld (1998-02).dmg / Games World / New Levels! / For Shadow Warrior / Both / breakout / Help.bat < prev   
DOS Batch File  |  1997-11-15  |  801b  |  34 lines

  1. echo off
  2. cls
  3. :menu
  4. echo                 You are now going view my Demo
  5. echo.
  6. echo.
  7. echo This program will run a movie showing how to beat breakout
  8. echo      without cheating, and gitting the Nuke secret!!!
  9. echo.
  10. echo If you want to contnue, you must have this program in
  11. echo your SW directory, along with the demo.dmo file included
  12. echo in this zip file.
  13. echo.
  14. echo               Would you now like to continue?  Y/N
  15. choice /c:yn /n
  16. if errorlevel 2 goto end
  17. if errorlevel 1 goto inst1
  18.  
  19. :inst1
  20. cls
  21. Sw.exe -dp -map breakout.map -cam
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26. echo            …ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕª
  27. echo            ∫      Thanks For Playing My Level!!!     ∫
  28. echo            »ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕº
  29. echo.
  30. echo.
  31. pause
  32. goto end
  33.  
  34. :end